home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_3
/
publican
/
install_publican
< prev
next >
Wrap
Text File
|
1992-09-02
|
481b
|
30 lines
; Publican install script for CBM Installer
;$VER: Publican_install 1.0
;$AUTHOR: Lee Kindness
(set name
(askdir
(prompt 'Where will Publican be copied to?')
(help 'This is where you want Publican to be located.\n\n'@askdir-help)
(default 'C:')
)
)
(set @default-dest name)
(copyfiles
(help @copyfiles-help)
(source 'Publican')
(dest name)
)
(transcript '\nPublican installed to '@default-dest'\n')
(exit 'I hope you find Publican useful.\n LSK _\\\\//')